Thanks for the reply Tom,
That's correct, it is essentially shallow v cut over the rotary axis.
It looks like I'm running version 4.31n. I got it recently with a new k2 cnc machine.
Settings are
Break Angle:20
Look Ahead:3
Collinear Tolerance: .0005
Corner Tolerance: .003
Facet Angle: 1
To make my question simpler, if I run the following code, there will be a smooth constant feedrate.
f30
g1
x-1 z-1
x-2 z-1.1
x-3 z-1
x-4 z-1.1
x-5 z-1
But, if I do the same with the b axis, there will be stops. For example:
f30
g1
b-1 z-1
b-2 z-1.1
b-3 z-1
b-4 z-1.1
b-5 z-1
I was hoping to make the same smooth continuous cut using the rotary axis as I was able to with the linear axis. Is this possible?
Thanks for your help